projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3f9a06
)
(random): Add undef.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 7 Dec 2001 03:38:24 +0000
(
03:38
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 7 Dec 2001 03:38:24 +0000
(
03:38
+0000)
(HAVE_RANDOM): Define it just once.
src/s/hpux10.h
patch
|
blob
|
history
diff --git
a/src/s/hpux10.h
b/src/s/hpux10.h
index bc236d06ec603875858eb036cb8f32b7f37844dc..4a26f3d3ffe2606f9bc9564d6c9d1399b3c87905 100644
(file)
--- a/
src/s/hpux10.h
+++ b/
src/s/hpux10.h
@@
-8,9
+8,10
@@
tries to redeclare what was once srandom to be srand48. So we go
with HAVE_LRAND48 being defined. */
#undef srandom
+#undef random
#undef srand48
#undef HAVE_RANDOM
-#define HPUX10
+
#define FORCE_ALLOCA_H
/* AlainF 20-Jul-1996 says this is right. */